func github.com/go-pg/pg/v10/types.scanInt64Array

4 uses

	github.com/go-pg/pg/v10/types (current package)
		array_scan.go#L203: 	slice, err := scanInt64Array(rd, n)
		array_scan.go#L212: func scanInt64Array(rd Reader, n int) ([]int64, error) {
		column.go#L95: 		return scanInt64Array(rd, n)
		column.go#L97: 		return scanInt64Array(rd, n)